From: George Dunlap Date: Thu, 8 Feb 2018 16:23:50 +0000 (+0000) Subject: xen: Fix credit1 Kconfig entry X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~609 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=19bebb138834609486a139ed1570188cbd2827ee;p=xen.git xen: Fix credit1 Kconfig entry ...so that it shows up in the menu and can be disabled. Signed-off-by: George Dunlap Acked-by: Jan Beulich Reviewed-by: Dario Faggioli --- diff --git a/xen/common/Kconfig b/xen/common/Kconfig index 103ef44cb5..0a405d0905 100644 --- a/xen/common/Kconfig +++ b/xen/common/Kconfig @@ -164,7 +164,8 @@ menu "Schedulers" visible if EXPERT = "y" config SCHED_CREDIT - def_bool y + bool "Credit scheduler support" + default y ---help--- The traditional credit scheduler is a general purpose scheduler.